-
Notifications
You must be signed in to change notification settings - Fork 453
refactor: reduce redondant module names #12585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can you push an extra commit with the other renamings? I want to see the issue that we get. |
Done. As expected, everything breaks |
|
@ElectreAAS In this case shouldn't |
|
@ElectreAAS You should be able to rebase on #12607 in order to continue. |
Signed-off-by: Ali Caglayan <[email protected]>
Signed-off-by: Ambre Austen Suhamy <[email protected]>
Signed-off-by: Ambre Austen Suhamy <[email protected]>
fd3d5c8 to
1b4cf2a
Compare
|
Rebasing on #12587 or #12607 or now main doesn't change anything, the |
Split off from #12580, it's a simple renaming of modules
Rpc.Rpc_stuff -> Rpc.Stuff.For example,
rpc/rpc_ping.ml*have been renamedrpc/ping.ml*, but I couldn't do that torpc/rpc_build.mlandrpc/rpc_common.mlbecause they would conflict with files of the same name inbin/.This conflict is unexpected, according to discussions we've had in the team. #12478 should have fixed them if I understood correctly.